Html Css Color HEX #67701F Fiji Green

📋 copy color: '#67701F'

red 103 ◦ green 112 ◦ blue 31

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

Shades of Fiji Green #67701F

Tints of Fiji Green #67701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 31 (12.5% from 255) = 12.6%

R = 41.87%
G = 45.53%
B = 12.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#67701F (or 0x67701F) is known color: Fiji Green. HEX triplet: 67, 70 and 1F. RGB value is (103,112,31). Sum of RGB (Red+Green+Blue) = 103+112+31=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #67701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67701F is #988FE0. Grayscale: #646464. Windows color (decimal): -9998305 or 2060391. OLE color: 2060391.

HSL color Cylindrical-coordinate representation of color #67701F: hue angle of 66.67º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67701F is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 112 31 -
CMYK 0.08 0 0.72 0.56
HSL 66.67º 0.57% 0.28% -
HSV(B) 66.67º 0.72% 0.44% -
XYZ 11.64 14.57 3.5 -
YUV 100.08 89.02 130.09 -
System Red Green Blue C M Y K H S L
Decimal 103 112 31 0.08 0 0.72 0.56 66.67 0.57 0.28
Hex 67 70 1F 8 0 48 38 43 39 1C
Octal 147 160 37 10 0 110 70 103 71 34
Binary 1100111 1110000 11111 1000 0 1001000 111000 1000011 111001 11100

Color Harmonies of #67701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67701F

Black with #67701F

Text Example


Text Example

White with #67701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67701F; }

 p { color: rgb(103,112,31); }

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

background-color css

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

 a { background-color: rgb(103,112,31); }

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

border-color css

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

 span { border-color: rgb(103,112,31); }

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