Html Css Color HEX #43996C Ocean Green

📋 copy color: '#43996C'

red 67 ◦ green 153 ◦ blue 108

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

Shades of Ocean Green #43996C

Tints of Ocean Green #43996C

RGB

 RED value IS 67 (26.56% from 255) = 20.43%

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

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 20.43%
G = 46.65%
B = 32.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#43996C (or 0x43996C) is known color: Ocean Green. HEX triplet: 43, 99 and 6C. RGB value is (67,153,108). Sum of RGB (Red+Green+Blue) = 67+153+108=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #43996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43996C is #BC6693. Grayscale: #7A7A7A. Windows color (decimal): -12347028 or 7117123. OLE color: 7117123.

HSL color Cylindrical-coordinate representation of color #43996C: hue angle of 148.6º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43996C is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 67 153 108 -
CMYK 0.56 0 0.29 0.4
HSL 148.6º 0.39% 0.43% -
HSV(B) 148.6º 0.56% 0.6% -
XYZ 16.41 25.06 18.16 -
YUV 122.16 120.01 88.66 -
System Red Green Blue C M Y K H S L
Decimal 67 153 108 0.56 0 0.29 0.4 148.6 0.39 0.43
Hex 43 99 6C 38 0 1D 28 95 27 2B
Octal 103 231 154 70 0 35 50 225 47 53
Binary 1000011 10011001 1101100 111000 0 11101 101000 10010101 100111 101011

Color Harmonies of #43996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43996C

Black with #43996C

Text Example


Text Example

White with #43996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43996C; }

 p { color: rgb(67,153,108); }

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

background-color css

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

 a { background-color: rgb(67,153,108); }

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

border-color css

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

 span { border-color: rgb(67,153,108); }

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