Html Css Color HEX #459B69 Ocean Green

📋 copy color: '#459B69'

red 69 ◦ green 155 ◦ blue 105

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

Shades of Ocean Green #459B69

Tints of Ocean Green #459B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 20.97%
G = 47.11%
B = 31.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#459B69 (or 0x459B69) is known color: Ocean Green. HEX triplet: 45, 9B and 69. RGB value is (69,155,105). Sum of RGB (Red+Green+Blue) = 69+155+105=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #459B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B69 is #BA6496. Grayscale: #7B7B7B. Windows color (decimal): -12215447 or 6921029. OLE color: 6921029.

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

Color convert

RGB 69 155 105 -
CMYK 0.55 0 0.32 0.39
HSL 145.12º 0.38% 0.44% -
HSV(B) 145.12º 0.55% 0.61% -
XYZ 16.73 25.73 17.45 -
YUV 123.59 117.51 89.07 -
System Red Green Blue C M Y K H S L
Decimal 69 155 105 0.55 0 0.32 0.39 145.12 0.38 0.44
Hex 45 9B 69 37 0 20 27 91 26 2C
Octal 105 233 151 67 0 40 47 221 46 54
Binary 1000101 10011011 1101001 110111 0 100000 100111 10010001 100110 101100

Color Harmonies of #459B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459B69

Black with #459B69

Text Example


Text Example

White with #459B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,155,105); }

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

background-color css

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

 a { background-color: rgb(69,155,105); }

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

border-color css

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

 span { border-color: rgb(69,155,105); }

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