Html Css Color HEX #459C68 Ocean Green

📋 copy color: '#459C68'

red 69 ◦ green 156 ◦ blue 104

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

Shades of Ocean Green #459C68

Tints of Ocean Green #459C68

RGB

 RED value IS 69 (27.34% from 255) = 20.97%

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

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

R = 20.97%
G = 47.42%
B = 31.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#459C68 (or 0x459C68) is known color: Ocean Green. HEX triplet: 45, 9C and 68. RGB value is (69,156,104). Sum of RGB (Red+Green+Blue) = 69+156+104=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #459C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459C68 is #BA6397. Grayscale: #7C7C7C. Windows color (decimal): -12215192 or 6855749. OLE color: 6855749.

HSL color Cylindrical-coordinate representation of color #459C68: hue angle of 144.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459C68 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 156 104 -
CMYK 0.56 0 0.33 0.39
HSL 144.14º 0.39% 0.44% -
HSV(B) 144.14º 0.56% 0.61% -
XYZ 16.84 26.04 17.24 -
YUV 124.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 69 156 104 0.56 0 0.33 0.39 144.14 0.39 0.44
Hex 45 9C 68 38 0 21 27 90 27 2C
Octal 105 234 150 70 0 41 47 220 47 54
Binary 1000101 10011100 1101000 111000 0 100001 100111 10010000 100111 101100

Color Harmonies of #459C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459C68

Black with #459C68

Text Example


Text Example

White with #459C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459C68; }

 p { color: rgb(69,156,104); }

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

background-color css

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

 a { background-color: rgb(69,156,104); }

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

border-color css

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

 span { border-color: rgb(69,156,104); }

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