Html Css Color HEX #67B074 Fern

📋 copy color: '#67B074'

red 103 ◦ green 176 ◦ blue 116

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

Shades of Fern #67B074

Tints of Fern #67B074

RGB

 RED value IS 103 (40.63% from 255) = 26.08%

 GREEN value IS 176 (69.14% from 255) = 44.56%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 26.08%
G = 44.56%
B = 29.37%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#67B074 (or 0x67B074) is known color: Fern. HEX triplet: 67, B0 and 74. RGB value is (103,176,116). Sum of RGB (Red+Green+Blue) = 103+176+116=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 176 - color contains mainly: green. Hex color #67B074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67B074 is #984F8B. Grayscale: #939393. Windows color (decimal): -9981836 or 7647335. OLE color: 7647335.

HSL color Cylindrical-coordinate representation of color #67B074: hue angle of 130.68º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67B074 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 176 116 -
CMYK 0.41 0 0.34 0.31
HSL 130.68º 0.32% 0.55% -
HSV(B) 130.68º 0.41% 0.69% -
XYZ 24.27 35.2 22.04 -
YUV 147.33 110.32 96.38 -
System Red Green Blue C M Y K H S L
Decimal 103 176 116 0.41 0 0.34 0.31 130.68 0.32 0.55
Hex 67 B0 74 29 0 22 1F 83 20 37
Octal 147 260 164 51 0 42 37 203 40 67
Binary 1100111 10110000 1110100 101001 0 100010 11111 10000011 100000 110111

Color Harmonies of #67B074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B074

Black with #67B074

Text Example


Text Example

White with #67B074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67B074; }

 p { color: rgb(103,176,116); }

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

background-color css

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

 a { background-color: rgb(103,176,116); }

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

border-color css

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

 span { border-color: rgb(103,176,116); }

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