Html Css Color HEX #6CB272 Fern

📋 copy color: '#6CB272'

red 108 ◦ green 178 ◦ blue 114

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

Shades of Fern #6CB272

Tints of Fern #6CB272

RGB

 RED value IS 108 (42.58% from 255) = 27%

 GREEN value IS 178 (69.92% from 255) = 44.5%

 BLUE value IS 114 (44.92% from 255) = 28.5%

R = 27%
G = 44.5%
B = 28.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#6CB272 (or 0x6CB272) is known color: Fern. HEX triplet: 6C, B2 and 72. RGB value is (108,178,114). Sum of RGB (Red+Green+Blue) = 108+178+114=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB272 is #934D8D. Grayscale: #959595. Windows color (decimal): -9653646 or 7516780. OLE color: 7516780.

HSL color Cylindrical-coordinate representation of color #6CB272: hue angle of 125.14º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB272 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 108 178 114 -
CMYK 0.39 0 0.36 0.30
HSL 125.14º 0.31% 0.56% -
HSV(B) 125.14º 0.39% 0.7% -
XYZ 25.14 36.24 21.59 -
YUV 149.77 107.81 98.2 -
System Red Green Blue C M Y K H S L
Decimal 108 178 114 0.39 0 0.36 0.30 125.14 0.31 0.56
Hex 6C B2 72 27 0 24 1E 7D 1F 38
Octal 154 262 162 47 0 44 36 175 37 70
Binary 1101100 10110010 1110010 100111 0 100100 11110 1111101 11111 111000

Color Harmonies of #6CB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB272

Black with #6CB272

Text Example


Text Example

White with #6CB272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CB272; }

 p { color: rgb(108,178,114); }

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

background-color css

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

 a { background-color: rgb(108,178,114); }

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

border-color css

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

 span { border-color: rgb(108,178,114); }

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