Html Css Color HEX #469B68 Ocean Green

📋 copy color: '#469B68'

red 70 ◦ green 155 ◦ blue 104

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

Shades of Ocean Green #469B68

Tints of Ocean Green #469B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.11%

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 21.28%
G = 47.11%
B = 31.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#469B68 (or 0x469B68) is known color: Ocean Green. HEX triplet: 46, 9B and 68. RGB value is (70,155,104). Sum of RGB (Red+Green+Blue) = 70+155+104=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #469B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B68 is #B96497. Grayscale: #7B7B7B. Windows color (decimal): -12149912 or 6855494. OLE color: 6855494.

HSL color Cylindrical-coordinate representation of color #469B68: hue angle of 144º 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 #469B68 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 155 104 -
CMYK 0.55 0 0.33 0.39
HSL 144º 0.38% 0.44% -
HSV(B) 144º 0.55% 0.61% -
XYZ 16.75 25.74 17.18 -
YUV 123.77 116.84 89.65 -
System Red Green Blue C M Y K H S L
Decimal 70 155 104 0.55 0 0.33 0.39 144 0.38 0.44
Hex 46 9B 68 37 0 21 27 90 26 2C
Octal 106 233 150 67 0 41 47 220 46 54
Binary 1000110 10011011 1101000 110111 0 100001 100111 10010000 100110 101100

Color Harmonies of #469B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B68

Black with #469B68

Text Example


Text Example

White with #469B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,155,104); }

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

background-color css

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

 a { background-color: rgb(70,155,104); }

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

border-color css

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

 span { border-color: rgb(70,155,104); }

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