Html Css Color HEX #469875 Ocean Green

📋 copy color: '#469875'

red 70 ◦ green 152 ◦ blue 117

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

Shades of Ocean Green #469875

Tints of Ocean Green #469875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.84%

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 20.65%
G = 44.84%
B = 34.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#469875 (or 0x469875) is known color: Ocean Green. HEX triplet: 46, 98 and 75. RGB value is (70,152,117). Sum of RGB (Red+Green+Blue) = 70+152+117=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #469875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469875 is #B9678A. Grayscale: #7B7B7B. Windows color (decimal): -12150667 or 7706694. OLE color: 7706694.

HSL color Cylindrical-coordinate representation of color #469875: hue angle of 154.39º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469875 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 117 -
CMYK 0.54 0 0.23 0.40
HSL 154.39º 0.37% 0.44% -
HSV(B) 154.39º 0.54% 0.6% -
XYZ 16.96 25.04 20.77 -
YUV 123.49 124.33 89.85 -
System Red Green Blue C M Y K H S L
Decimal 70 152 117 0.54 0 0.23 0.40 154.39 0.37 0.44
Hex 46 98 75 36 0 17 28 9A 25 2C
Octal 106 230 165 66 0 27 50 232 45 54
Binary 1000110 10011000 1110101 110110 0 10111 101000 10011010 100101 101100

Color Harmonies of #469875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469875

Black with #469875

Text Example


Text Example

White with #469875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469875; }

 p { color: rgb(70,152,117); }

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

background-color css

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

 a { background-color: rgb(70,152,117); }

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

border-color css

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

 span { border-color: rgb(70,152,117); }

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