Html Css Color HEX #469C6F Ocean Green

📋 copy color: '#469C6F'

red 70 ◦ green 156 ◦ blue 111

#469C6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #469C6F

Tints of Ocean Green #469C6F

RGB

 RED value IS 70 (27.73% from 255) = 20.77%

 GREEN value IS 156 (61.33% from 255) = 46.29%

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 20.77%
G = 46.29%
B = 32.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#469C6F (or 0x469C6F) is known color: Ocean Green. HEX triplet: 46, 9C and 6F. RGB value is (70,156,111). Sum of RGB (Red+Green+Blue) = 70+156+111=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #469C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C6F is #B96390. Grayscale: #7D7D7D. Windows color (decimal): -12149649 or 7314502. OLE color: 7314502.

HSL color Cylindrical-coordinate representation of color #469C6F: hue angle of 148.6º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C6F is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 111 -
CMYK 0.55 0 0.29 0.39
HSL 148.6º 0.38% 0.44% -
HSV(B) 148.6º 0.55% 0.61% -
XYZ 17.28 26.23 19.19 -
YUV 125.16 120.01 88.66 -
System Red Green Blue C M Y K H S L
Decimal 70 156 111 0.55 0 0.29 0.39 148.6 0.38 0.44
Hex 46 9C 6F 37 0 1D 27 95 26 2C
Octal 106 234 157 67 0 35 47 225 46 54
Binary 1000110 10011100 1101111 110111 0 11101 100111 10010101 100110 101100

Color Harmonies of #469C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C6F

Black with #469C6F

Text Example


Text Example

White with #469C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469C6F; }

 p { color: rgb(70,156,111); }

 H1.HeaderClassName
 {
   color: #469C6F;
 }
 .AnyTagClassName
 {
   color: #469C6F;
 }
</style>

background-color css

<style>
 a { background-color: #469C6F; }

 a { background-color: rgb(70,156,111); }

 div.DivClassName
 {
   background-color: #469C6F;
 }
 .BgClassName
 {
   background-color: #469C6F;
 }
</style>

border-color css

<style>
 span { border-color: #469C6F; }

 span { border-color: rgb(70,156,111); }

 td.TdClassName
 {
   border-color: #469C6F;
 }
 .TagClassName
 {
   border-color: #469C6F;
 }
</style>