Html Css Color HEX #459968 Ocean Green

📋 copy color: '#459968'

red 69 ◦ green 153 ◦ blue 104

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

Shades of Ocean Green #459968

Tints of Ocean Green #459968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.93%

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

R = 21.17%
G = 46.93%
B = 31.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#459968 (or 0x459968) is known color: Ocean Green. HEX triplet: 45, 99 and 68. RGB value is (69,153,104). Sum of RGB (Red+Green+Blue) = 69+153+104=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #459968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459968 is #BA6697. Grayscale: #7A7A7A. Windows color (decimal): -12215960 or 6854981. OLE color: 6854981.

HSL color Cylindrical-coordinate representation of color #459968: hue angle of 145º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459968 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 153 104 -
CMYK 0.55 0 0.32 0.4
HSL 145º 0.38% 0.44% -
HSV(B) 145º 0.55% 0.6% -
XYZ 16.34 25.05 17.07 -
YUV 122.3 117.67 89.98 -
System Red Green Blue C M Y K H S L
Decimal 69 153 104 0.55 0 0.32 0.4 145 0.38 0.44
Hex 45 99 68 37 0 20 28 91 26 2C
Octal 105 231 150 67 0 40 50 221 46 54
Binary 1000101 10011001 1101000 110111 0 100000 101000 10010001 100110 101100

Color Harmonies of #459968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459968

Black with #459968

Text Example


Text Example

White with #459968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459968; }

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

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

background-color css

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

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

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

border-color css

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

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

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