Html Css Color HEX #676F1F Fiji Green

📋 copy color: '#676F1F'

red 103 ◦ green 111 ◦ blue 31

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

Shades of Fiji Green #676F1F

Tints of Fiji Green #676F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.31%

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

R = 42.04%
G = 45.31%
B = 12.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#676F1F (or 0x676F1F) is known color: Fiji Green. HEX triplet: 67, 6F and 1F. RGB value is (103,111,31). Sum of RGB (Red+Green+Blue) = 103+111+31=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #676F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F1F is #9890E0. Grayscale: #636363. Windows color (decimal): -9998561 or 2060135. OLE color: 2060135.

HSL color Cylindrical-coordinate representation of color #676F1F: hue angle of 66º degrees, saturation: 0.56, 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 #676F1F is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 111 31 -
CMYK 0.07 0 0.72 0.56
HSL 66º 0.56% 0.28% -
HSV(B) 66º 0.72% 0.44% -
XYZ 11.53 14.35 3.46 -
YUV 99.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 103 111 31 0.07 0 0.72 0.56 66 0.56 0.28
Hex 67 6F 1F 7 0 48 38 42 38 1C
Octal 147 157 37 7 0 110 70 102 70 34
Binary 1100111 1101111 11111 111 0 1001000 111000 1000010 111000 11100

Color Harmonies of #676F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F1F

Black with #676F1F

Text Example


Text Example

White with #676F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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